Skip to content

Conversation

@sofyenne
Copy link
Contributor

@sofyenne sofyenne commented Nov 24, 2025

Prior to this change, the click event was attached to the v-icon inside the button, creating multiple clickable targets (a button inside a button) in the DOM, which caused an accessibility issue. This change moves the click handler to the v-btn, resolving the issue.

@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Nov 24, 2025
@sofyenne sofyenne requested a review from mkrout November 24, 2025 10:19
@sofyenne sofyenne enabled auto-merge (squash) November 24, 2025 10:20
@sonarqubecloud
Copy link

@sofyenne sofyenne merged commit a9ce381 into feature/maintenance Nov 25, 2025
9 checks passed
@sofyenne sofyenne deleted the Task/10002 branch November 25, 2025 12:22
exo-swf pushed a commit that referenced this pull request Nov 26, 2025
…eds-io/meeds#3884 (#5407)

Prior to this change, the click event was attached to the `v-icon
`inside the button, creating multiple clickable targets (a button inside
a button) in the DOM, which caused an accessibility issue. This change
moves the click handler to the `v-btn`, resolving the issue.
sofyenne added a commit that referenced this pull request Nov 26, 2025
…eds-io/meeds#3884 (#5407)

Prior to this change, the click event was attached to the `v-icon
`inside the button, creating multiple clickable targets (a button inside
a button) in the DOM, which caused an accessibility issue. This change
moves the click handler to the `v-btn`, resolving the issue.
sofyenne added a commit that referenced this pull request Nov 26, 2025
…eds-io/meeds#3884 (#5407)

Prior to this change, the click event was attached to the `v-icon
`inside the button, creating multiple clickable targets (a button inside
a button) in the DOM, which caused an accessibility issue. This change
moves the click handler to the `v-btn`, resolving the issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

partialCIBuild Perform Partial CI Build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants